h1 {color: white;}
h2 {color: white;}
h3 {color: white;}

fieldset {
  width: 25em;
}
label {
  float: left;
  width: 15em;
  text-align:  right;
  margin-right: 5em;
}
select {
  float: left;
}

#head {
	border-bottom: 1px;
	background-color: #C6D580;
	width: 95%;
}
#left {
	float: left;
	width: 20%;
	
}
#right {
	float: left;
	width: 75%;
	padding-left: 25px;
}
#footer {
	clear: both;
	text-align: center;
}
a {
	color: #C6D580;
}
.auto-style1 {
	font-family: Verdana;
}
.auto-style2 {
	font-size: 20.0pt;
	font-family: Verdana;
	color: #FFFFFF;
}
.auto-style2b {
	font-size: 20.0pt;
	font-family: Verdana;
	color: black;
}

.auto-style3 {
	font-family: Verdana;
	color: #000000;
	align: left;
}
.auto-style7 {
	font-family: Verdana;
	font-weight: normal;
	color: #3399FF;
}
.auto-style7w {
	font-family: Verdana;
	font-weight: normal;
	color: white;
}
.auto-style8 {
	font-size: 14.0pt;
	font-family: Verdana;
	color: #FFFFFF;
}
.auto-style9 {
	color: #0099FF;
	font-weight: normal;
}
.auto-style9w {
	color: white;
	font-family: Verdana;
	font-weight: normal;
}
.auto-style9z {
	color: white;
	font-family: Verdana;
	font-weight: normal;
        text-align: left;
}
.auto-style14 {
	font-family: Verdana;
	color: #0099FF;
}
.auto-style14w {
	font-family: Verdana;
	color: white;
}
.auto-style14u {
	font-family: Verdana;
	color: white;
	text-decoration: underline;
}
.auto-style15 {
	border: 3px double #0099FF;
	border-collapse: collapse;
	font-family: Verdana;
	color: #FFFFFF;
}
.auto-style16 {
	border-style: none;
	font-family: Verdana;
	color: #FFFFFF;
}
.auto-style18 {
	color: #FFFFFF;
}
.auto-style26 {
	font-size: 11.0pt;
	font-weight: 400;
	font-style: normal;
	color: white;
	text-decoration: none;
	font-family: Verdana;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 3px double #0099FF;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-color: #1C6600;
}
.auto-style27 {
	font-size: 11.0pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	border: 3px double #0099FF;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-color: #1C6600;
}
.auto-style28 {
	font-size: 11.0pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.auto-style29 {
	font-size: 11.0pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	border: 3px double #0099FF;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-color: #FFA500;
}
.button {
  background-color:  white;
  border: none;
  color: black;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
.button1 {border-radius: 12px;
}

ul.nav {
	list-style: none;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}
